Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update iojs.1 for man page #2204

Closed
wants to merge 1 commit into from
Closed

doc: update iojs.1 for man page #2204

wants to merge 1 commit into from

Conversation

yosuke-furukawa
Copy link
Member

I checked man iojs but some options are missing like (--trace-sync-io, --strong_mode).
so I just updated iojs.1.

--es_staging (enable all completed harmony features)
type: bool default: false
--harmony (enable all completed harmony features)
type: bool default: false
--harmony_shipping (enable all shipped harmony features)
--harmony_shipping (enable all shipped harmony fetaures)
type: bool default: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: fetaures -> features

@yosuke-furukawa
Copy link
Member Author

@Trott Thanks. I will fix.

these options are generated by v8... I will try to report or pull request to v8.
https://github.com/nodejs/io.js/blob/master/deps/v8/src/flag-definitions.h#L180

@targos
Copy link
Member

targos commented Jul 19, 2015

@yosuke-furukawa I already did a CL about that a while ago.
It is here but was never reviewed.
@bnoordhuis maybe you know what I should do to summon a reviewer?

@mscdex mscdex added the doc Issues and PRs related to the documentations. label Jul 19, 2015
@targos
Copy link
Member

targos commented Jul 19, 2015

LGTM btw

@@ -60,6 +60,9 @@ and servers.

--throw-deprecation throw errors on deprecations

--trace-sync-io show stack trace when use of sync IO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I/O?

@Fishrock123
Copy link
Contributor

Had been meaning to do this. LGTM otherwise.

@Fishrock123
Copy link
Contributor

Had been meaning to do this also. LGTM minus the comment

@Fishrock123
Copy link
Contributor

@yosuke-furukawa LGTM :)

--concurrent_sweeping (use concurrent sweeping)
type: bool default: true
--trace_incremental_marking (trace progress of the incremental marking)
type: bool default: false
--track_gc_object_stats (track object counts and memory usage)
type: bool default: false
--track_detached_contexts (track native contexts that are expected to be garbage collected)
type: bool default: true
--trace_detached_contexts (trace native contexts that are expected to be garbage collected)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listed twice with different default values.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yosuke-furukawa
Copy link
Member Author

fixed! PTAL @thefourtheye

@@ -533,12 +556,18 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: true
--incremental_marking_steps (do incremental marking steps)
type: bool default: true
--overapproximate_weak_closure (overapproximate weak closer to reduce atomic pause time)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overapproximate weak closer or overapproximate weak closure?

@thefourtheye
Copy link
Contributor

@yosuke-furukawa Sorry, I couldn't complete the review the other day. I left two more comments now. PTAL. LGTM 👍

@Fishrock123
Copy link
Contributor

I wouldn't worry about reviewing the v8 options too much. They'll probably just be overwritten in the future anyways.

@yosuke-furukawa
Copy link
Member Author

Yes, I agree @Fishrock123 .

I just output these options using d8 --help.
We don't need to correct these options directly.

https://github.com/v8/v8-git-mirror/blob/master/src/flag-definitions.h#L635-L636
https://github.com/v8/v8-git-mirror/blob/4.2.77/src/flag-definitions.h#L811

@silverwind
Copy link
Contributor

LGTM

@yosuke-furukawa I guess you can land it after an rebase.

@yosuke-furukawa
Copy link
Member Author

@silverwind Thank you!

@evanlucas
Copy link
Contributor

Looks like the --trace-sync-io option is still not in the man page. The v8 options appear to have been updated though. Do we want to rebase this?

@yosuke-furukawa
Copy link
Member Author

I feel this man page should be generated automatically. I will close this and I will send another PR ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants